﻿.floatContactContainer
{
	height: 321px;
	width: 157px;
	position: fixed;
	top: 65px;
	left: 0px;
	overflow: hidden;
}

.floatContactContainer .titleBar
{
	height: 39px;
	background: url(../Images/img3-5_2.png) no-repeat;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 16px;
}

.titleBar .close
{
	color: #ffffff;
	float: right;
	font-size: 18px;
	position: absolute;
	right: 3px;
	top: -8px;
	cursor: pointer;
}

.floatContactContainer .content
{
	padding: 6px;
	color: #ff6600;
	font-weight: bold;
	background-color: #ffffff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: #e1e1e1 solid 1px;
}

.content .item
{
	margin-bottom: 15px;
}

.hiddenBtnContainer
{
	position: fixed;
	top: 160px;
	left: 157px;
	width: 32px;
	cursor: pointer;
}